Skip to content

Artifact Build and Deployment CI/CD Pipelines#39

Merged
ericmcdaniel merged 1 commit intomainfrom
docs/standardize-deployment-pipeline
Feb 14, 2026
Merged

Artifact Build and Deployment CI/CD Pipelines#39
ericmcdaniel merged 1 commit intomainfrom
docs/standardize-deployment-pipeline

Conversation

@ericmcdaniel
Copy link
Copy Markdown
Owner

Improvements on release delivery

Technical Notes

Added two separate CI/CD pipelines.:

  • CI - Build and Run Test
    • Triggered when a new PR is opened
    • Builds a debug binary, and performs unit tests
  • CD - Deploy, Label, and Create Release
    • Triggered when a PR is merged into main
    • Creates the optimized binaries ready for flashing
    • Increments the version
      • Labels in the PR can determine which SemVer value to adjust
    • Creates a new release with the new version and details of the PR populated

@ericmcdaniel ericmcdaniel merged commit 02d8e5f into main Feb 14, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant